adding Months
fun <Unit : MonthOrSmaller, TimeUnit> TimePeriod<Unit>.addingMonths(count: Int): TimePeriod<Unit>
Content copied to clipboard
Create a new TimePeriod by moving forward some number of months.
Parameters
count
The number of months by which to move forward.